home *** CD-ROM | disk | FTP | other *** search
- 1.00 12-25-93 First Release
-
- 1.10 01-21-94 Second Release
- Fixed Numeric Answers to allow answer outside of desired
- range if ListFile field is non-blank (as per docs, oops).
- Also, added saving of Last Numeric Answer to be used in
- testing for Branch, Call & Shell.
-
- Added an exact match feature to the word list, if a line
- begins with an "*" then the answer given must match the
- remaining data on that line, otherwise if the data is found
- in any part of the answer, then it is considered a match.
-
- Added a '@' Callers Log commenting feature to allow writing any
- comment to the callers log.
-
- Added a 'C' CALL feature to run another .PPE from PPE-Script.
-
- Added a 'S' SHELL feature to run another program from PPE-Script.
-
- Changed Comment Logging from '!' to '>' to avoid confusion
- with .PPE execution. and added '&' to both display & write
- the text to the answer file.
-
- Added [END] to stop all levels of scripts and [SKIPALL] to allow
- skipping the rest of a script and previous levels.
-
- 1.20 03-23-94 Third Release
- Changed reading of .CNF file to allow using PCBoard @Xnn codes
- to specify colors.
-
- Added [xxx] to allow skipping to a specific label instead of
- the generic '$' label.
-
- 1.30 05-24-94 Fourth Release
- Added a 'W' Write to Users File feature.
-
- 1.40 07-11-94 Fifth Release
- Added a 'D' Read Default Answer from Users File feature.
-
- Added 'E' to Text definition for 'Everything' from " " to "~"
-
- Change 'T' to define characters 128 to 255 also.
-
- 1.50 07-12-94 Fifth Release
- Added the counting & logging of how many answers the user
- failed to answer.
-
- Changed Text Mask definition to occur during the initialization
- as it was slowing down the asking of questions considerably.
-
- 1.60 07-23-94 Fifth Release
- Added Age question to compare answer given to age calculated
- BirthDate either asked in script or pulled from User information.
-
- Added ability to test for a False answer to Call or Shell to
- another PPE or .EXE program. Adding 128 to test value will
- invert the test allowing more control over feature.
-
- Added U_ADDR() to list of fields available for 'W' & 'D'
-
- Added 'V' Verification prompt to obtain answer which is then
- compared against Users Verification field and branching is
- allowed based on match or no match.
-
- Added 'T' Test User Field to test a .LST file against a
- User record field and branching occurs based on match or
- no match.
-
- Added control setting to .CNF file to indicate label searches
- are to start from the beginning of the file instead of the
- next line, thus allowing backward jumps.
-
- 1.70 11-01-94 Sixth Release
- Added Indirect Registering via a file. This allows another
- program to write the registration information to a file
- perhaps during a SHELL to the program and then PPE-Script
- may use that information to register the User.
-
- Added use of WRUSYS & RDUSYS to the SHELL to allow use of
- USERS.SYS by external program.
-
- Never documented last two parameters on line 5 of .CNF files
- which allow defining Conference List & Expired Conference List
- for Users who don't answer script.
-
- Fixed duplicate guide line in NON-ANSI mode and fixed the
- alignment of the guide in NON-ANSI mode and when not using
- the FIELDED in the input flags to display parenthesis.
-
- Added the ability to Pause the writing of Questions & Answers
- to the log. This allows asking questions that do not get logged.
-
- Added MESSAGE sending ability to send User or Sysop a message.
-
- Added JOIN to place the User in a specific conference.
-
- Added Caller ID testing to allow registering a user based
- on phone number information.
-
- Modified Update of Users record to occur only at termination
- of program instead of when ever an 'R' command is used. Also
- found that 'W' was not updating record if 'R' was not used -
- fixed it with the modification.
-